home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / documents / Mac / README < prev    next >
Text File  |  1996-11-11  |  2KB  |  44 lines

  1. Mac Developers documentation
  2.  
  3.                      Mac Developers documentation
  4.  
  5. ----------------------------------------------------------------------------
  6.  
  7.      This directory is composed of documents useful/relevant to Mac
  8.      Developers:
  9.  
  10.         * UNIX TOOLS FOR FORMER MAC DEVELOPERS:
  11.           documents the steps one former Mac developer took in order to
  12.           put together a useful UNIX developement environment,
  13.           resembling the previously employed Mac one.
  14.  
  15.         * CppExceptionHandling.html:
  16.           C++ EXCEPTION HANDLING, Copyright ⌐ Kent Sandvik 1995-1996.
  17.  
  18.           C++ exception handling is a new feature that has been
  19.           recently added to the Metrowerks C++ environment (and soon
  20.           available with the Symantec C++ environment as well). Earlier
  21.           various frameworks provided macros and various capabilities
  22.           that emulated to some degree exception handling including
  23.           emulating the syntax and semantics defined in the Annotated
  24.           C++ Reference manual (MacApp, TCL, PowerPlant) using
  25.           setjmp/longjmp and similar techniques. The Annotated C++
  26.           Reference Manual, Ellis & Stroustrup, is by the way the
  27.           reference that C++ programmers should use, and the future
  28.           ANSI C++ reference will most likely take over the role as the
  29.           rule book for portable C++ code.
  30.  
  31.           C++ exception handling has not been widely available to
  32.           Macintosh programmers until now. Most of the C++ literature
  33.           dealing with exception handling tend to be more academical in
  34.           nature versus showing how exception handling could be used in
  35.           real life programming exercises. This article will attempt to
  36.           provide simple examples to get you started with using
  37.           exception handling in C++ programming work for Macintosh
  38.           applications.
  39.  
  40. If you know of any documents that would augment this collection, pleeeeeze
  41. contact the DTjanitor.
  42.  
  43. ----------------------------------------------------------------------------
  44.